home *** CD-ROM | disk | FTP | other *** search
/ QBasic & Borland Pascal & C / Delphi5.iso / Basic / Visual Basic.60 / COMMON / TOOLS / VB / CONTROLS / README.TXT < prev    next >
Encoding:
Text File  |  1998-08-03  |  1.6 KB  |  50 lines

  1. \Tools\Controls
  2.  
  3. This directory contains all of the ActiveX Controls that shipped with Visual 
  4. Basic 4.0/5.0 Professional and Enterprise Editions, which are no longer shipping 
  5. with Visual Basic 6.0.
  6.  
  7. AniBtn32.ocx
  8. Gauge32.ocx
  9. Graph32.ocx
  10. Gsw32.EXE
  11. Gswdll32.DLL
  12. Grid32.ocx
  13. KeySta32.ocx
  14. MSOutl32.ocx
  15. Spin32.ocx
  16. Threed32.ocx
  17. MSChart.ocx
  18.  
  19. The \Tools\Controls\BiDi directory contains a Bi-directional version of 
  20. Grid32.Ocx.
  21.  
  22. If you have Visual Basic 5.0 Professional or Enterprise Editions installed on 
  23. your machine, you should already have these ActiveX controls available to you in 
  24. Visual Basic 6.0.  
  25.  
  26. Graph32.ocx has been updated to work properly in Visual Basic 6.0 and it 
  27. requires two additional support files: gsw32.exe and gswdll32.dll.  You must 
  28. place the three files together in the \Windows\System directory or the control 
  29. will not function properly.
  30.  
  31. If you do not have these controls and wish to use these in Visual Basic 6.0, you 
  32. can install them by:
  33.  
  34. 1. Copy all of the files in this directory to your \WINDOWS\SYSTEM directory.
  35.  
  36. 2. Register the controls by either Browsing to them in Visual Basic itself, or 
  37. manually register them using RegSvr32.Exe.  RegSvr32.EXE can be found in the 
  38. \Tools\RegistrationUtilities directory.  The command line is:
  39.  
  40. regsvr32.exe grid32.ocx
  41.  
  42. 3. Register the design time licenses for the controls.  To do this, merge the 
  43. vbctrls.reg file found in this directory into your registry.  You can merge this 
  44. file into your registry using RegEdit.Exe (Win95 or WinNT4) or RegEd32.Exe 
  45. (WinNT3.51):
  46.  
  47. regedit vbctrls.reg (or other reg files associated with the controls)
  48.  
  49.  
  50.